MCPcopy Create free account
hub / github.com/arnaud-jamin/Cog / GetStaticDescription

Method GetStaticDescription

Source/CogSample/CogSampleBTTask_BlueprintBase.cpp:4–14  ·  view source on GitHub ↗

--------------------------------------------------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

2
3//--------------------------------------------------------------------------------------------------------------------------
4FString UCogSampleBTTask_BlueprintBase::GetStaticDescription() const
5{
6 FString CustomDescripton = GetCustomStaticDescription();
7
8 if (CustomDescripton.IsEmpty() == false)
9 {
10 return CustomDescripton;
11 }
12
13 return Super::GetStaticDescription();
14}

Callers 1

RenderNodeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected