You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Sequencer: Linking Bp/Python forgot static
#trivial #rb na #preflight 62630c76bc24759dc753fd25 [CL 19872987 by Mike Zyracki in ue5-main branch]
This commit is contained in:
+2
-2
@@ -153,7 +153,7 @@ public:
|
||||
* @return Returns the link object if it exists, nullptr if it doesn't
|
||||
*/
|
||||
UFUNCTION(BlueprintCallable, Category = "Editor Scripting | Sequencer Tools | Animation")
|
||||
UAnimSequenceLevelSequenceLink* GetLevelSequenceLinkFromAnimSequence(UAnimSequence* InAnimSequence);
|
||||
static UAnimSequenceLevelSequenceLink* GetLevelSequenceLinkFromAnimSequence(UAnimSequence* InAnimSequence);
|
||||
|
||||
/*
|
||||
* Get the links to the anim sequences if they exist on this level sequence
|
||||
@@ -162,7 +162,7 @@ public:
|
||||
* @return Returns the link object if it exists, nullptr if it doesn't
|
||||
*/
|
||||
UFUNCTION(BlueprintCallable, Category = "Editor Scripting | Sequencer Tools | Animation")
|
||||
ULevelSequenceAnimSequenceLink* GetAnimSequenceLinkFromLevelSequence(ULevelSequence* InLevelSequence);
|
||||
static ULevelSequenceAnimSequenceLink* GetAnimSequenceLinkFromLevelSequence(ULevelSequence* InLevelSequence);
|
||||
|
||||
/*
|
||||
* Import FBX onto Passed in Bindings
|
||||
|
||||
Reference in New Issue
Block a user