Navigation
| Name | MassMovementEditor |
| Type | Runtime |
| Part of Plugins | MassGameplay |
| Location | /Engine/Plugins/Runtime/MassGameplay/Source/MassMovementEditor/ |
| Module Build Rules | MassMovementEditor.Build.cs |
Classes
| Name | Remarks |
|---|---|
| FMassMovementEditorModule | The public interface to this module |
| FMassMovementStyleRefDetails | Type customization for FMassMovementStyleRef. |
Interfaces
| Name | Remarks |
|---|---|
| IMassMovementEditor | MassMovement Editor public interface |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TOptional< T > UE::MassMovement::PropertyUtils::GetValue
(
const TSharedPtr< IPropertyHandle >& ValueProperty |
Expects T is struct. | MassMovementPropertyUtils.h | |
void UE::MassMovement::PropertyUtils::SetValue
(
TSharedPtr< IPropertyHandle >& ValueProperty, |
Expects T is struct. | MassMovementPropertyUtils.h |