Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Plugins/AI/MassAI/Source/MassAIMovementEditor/Public/MassMovementPropertyUtils.h |
Include |
#include "MassMovementPropertyUtils.h" |
namespace UE
{
namespace MassMovement
{
namespace PropertyUtils
{
template<typename T>
void UE::MassMovement::PropertyUtils::SetValue
(
TSharedPtr< IPropertyHandle > & ValueProperty,
T NewValue,
EPropertyValueSetFlags::Type Flags
)
}
}
}
Expects T is struct.