Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CPP

ue4 c++ bool to text

GEngine->AddOnScreenDebugMessage(-1, 10.f, FColor::Black, FString::Printf(TEXT("Bool: %s"), bMyTestBool ? TEXT("true") : TEXT("false")));
Source by forums.unrealengine.com #
 
PREVIOUS NEXT
Tagged: #bool #text
ADD COMMENT
Topic
Name
4+3 =