UAnimGraphNode_BlendSpaceEvaluator::SupportsAssetClass

Returns whether this node supports the supplied asset class

Unreal Engine C++ API Reference > Editor > AnimGraph > UAnimGraphNode_BlendSpaceEvaluator

References

   
Module AnimGraph
Header /Engine/Source/Editor/AnimGraph/Public/AnimGraphNode_BlendSpaceEvaluator.h
Include #include "AnimGraphNode_BlendSpaceEvaluator.h"
Source /Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_BlendSpaceEvaluator.cpp
virtual EAnimAssetHandlerType SupportsAssetClass
(
    const [UClass](API\Runtime\CoreUObject\UObject\UClass) * AssetClass
) const

Remarks

Returns whether this node supports the supplied asset class

Parameters

Name Description
bPrimaryAssetHandler Is this the 'primary' handler for this asset (the node that should be created when asset is dropped)

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library