Navigation
Unreal Engine C++ API Reference > Editor > AnimationModifiers > UAnimationModifier
- UObject::PostInitProperties()
- UAnimationModifier::PostInitProperties()
References
Module | AnimationModifiers |
Header | /Engine/Source/Editor/AnimationModifiers/Public/AnimationModifier.h |
Include | #include "AnimationModifier.h" |
Source | /Engine/Source/Editor/AnimationModifiers/Private/AnimationModifier.cpp |
virtual void PostInitProperties&40;&41;
Remarks
Called after the C++ constructor and after the properties have been initialized, including those loaded from config. This is called before any serialization or other setup has happened.