Navigation
API > API/Editor > API/Editor/Persona > API/Editor/Persona/IBlendSpaceAnalysisFeature
Description
This should return an instance derived from UAnalysisProperties that is suitable for the Function. The caller will pass in a suitable owning object, outer, that the implementation should assign as owner of the newly created object.
| Name | MakeAnalysisProperties |
| Type | function |
| Header File | /Engine/Source/Editor/Persona/Public/BlendSpaceAnalysis.h |
| Include Path | #include "BlendSpaceAnalysis.h" |
UAnalysisProperties * MakeAnalysisProperties
(
UObject * Outer,
const FString & FunctionName
) const