7#include "ArticyObjectWith_Base.h"
8#include "ArticyObjectWithTransform.generated.h"
10UINTERFACE(MinimalAPI, BlueprintType, meta=(CannotImplementInterfaceInBlueprint))
22 UFUNCTION(BlueprintCallable, Category=
"ArticyObjectWithTransform")
25 static const auto& PropName = FName(
"Transform");
26 return GetProperty<UArticyTransformation*>(PropName);
36 UFUNCTION(BlueprintCallable, Category=
"ArticyObjectWithTransform")
39 return GetTransform() = Transform;
Definition ArticyObjectWith_Base.h:27
Definition ArticyObjectWith_Base.h:12