Documentation for the Unreal C++ Plugin
Loading...
Searching...
No Matches
HintActivatedEvent.cpp
Go to the documentation of this file.
1// Copyright(c) Pixo Group. All Rights Reserved.
2
3
5
6void UHintActivatedEvent::Initialize(APlayerController* NewExecutor, bool reset)
7{
8 Reset = reset;
9}
10
void Initialize(APlayerController *NewExecutor, bool reset)